File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
| 2 | [ bakashigure] ( https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/bakashigure ) | 33 Bytes | PHP | 狗都不写PHP |
27
27
| 3 | [ nocat] ( https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/nocat ) | 36 Bytes | PHP | make PHP greate again!|
28
28
| 4 | [ MoTIEdsuNe] ( https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/MoTIEdsuNe ) | 85 Bytes | Ruby | 大概还能再压,但是懒 |
29
- | 5 | [ MistEO] ( https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/misteo ) | 108 Bytes | Bash | 大概还能再压,但是懒 |
29
+ | 5 | [ MistEO] ( https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/misteo ) | 105 Bytes | Bash | 好耶又超过鼹鼠了 |
30
30
| 6 | [ 鼹鼠] ( https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/%E9%BC%B9%E9%BC%A0 ) | 108 Bytes | JavaScript | 不能被玛丽这么轻松就 |
31
31
| 7 | [ FiveYellowMice] ( https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/FiveYellowMice ) | 111 bytes | Ruby | 大概还能再压,但是懒 |
32
32
| 8 | [ Jack-Works] ( https://github.com/InvoluteHell/ThreeKeysProgramming/tree/master/Jack-Works ) | 126 bytes | JavaScript | |
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ bash ./misteo.bash
9
9
然后终端里直接输入会有字符转义问题,所以要多加几个转义符 ` \ ` , 下面这个是可以直接复制粘贴运行的版本
10
10
11
11
``` bash
12
- tr -d \\ ` tr %-t \! -t<<< r` <<< ` tr \! -t /-t<<< :; tr \ -/ d-t<<< ' !((+' ` " , " ` tr /-t +-t<<< [; tr \ -/ d-t<<< ' +.(' ` " d "
12
+ tr -d \\ ` tr %-t \! -t<<< r` <<< ` tr \! -t /-t<<< :; tr \ -/ d-t<<< ' !((+' ` , \ ` tr /-t +-t<<< [; tr \ -/ d-t<<< ' +.(' ` d !
13
13
```
14
14
15
15
## 简单解释
Original file line number Diff line number Diff line change 1
- tr -d \\ ` tr %-t ! -t<<< r` <<< ` tr ! -t /-t<<< :; tr \ -/ d-t<<< ' !((+' ` " , " ` tr /-t +-t<<< [; tr \ -/ d-t<<< ' +.(' ` " d! "
1
+ tr -d \\ ` tr %-t ! -t<<< r` <<< ` tr ! -t /-t<<< :; tr \ -/ d-t<<< ' !((+' ` , \ ` tr /-t +-t<<< [; tr \ -/ d-t<<< ' +.(' ` d !
You can’t perform that action at this time.
0 commit comments