Compare commits
1 Commits
36c4247e60
...
b85ae9b923
Author | SHA1 | Date | |
---|---|---|---|
b85ae9b923 |
@ -21,7 +21,7 @@ commands:
|
|||||||
init add .enter and .exit scripts in current directory
|
init add .enter and .exit scripts in current directory
|
||||||
edit edit .enter and .exit scripts in current directory
|
edit edit .enter and .exit scripts in current directory
|
||||||
deinit remove .enter and .exit scripts in current directory"
|
deinit remove .enter and .exit scripts in current directory"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
init) # Create enter and exit scripts in current directory.
|
init) # Create enter and exit scripts in current directory.
|
||||||
if [ -f $PWD/.enter ] || [ -f $PWD/.exit ]; then
|
if [ -f $PWD/.enter ] || [ -f $PWD/.exit ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user