diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2014-04-12 01:38:41 +0100 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2014-04-12 01:38:41 +0100 |
| commit | eac75c1807941382e424da830baba6dbbbca5c72 (patch) | |
| tree | f66a62684797f3339a8940bad2e3c2645cc8c805 /SPEC | |
| parent | 8200cce66420b646b690ba191e755c1ecf4414bd (diff) | |
| download | pish-eac75c1807941382e424da830baba6dbbbca5c72.zip pish-eac75c1807941382e424da830baba6dbbbca5c72.tar.gz pish-eac75c1807941382e424da830baba6dbbbca5c72.tar.bz2 pish-eac75c1807941382e424da830baba6dbbbca5c72.tar.xz | |
Added and implemented signal behavior
Diffstat (limited to 'SPEC')
| -rw-r--r-- | SPEC | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,4 +10,5 @@ - morse STRING - transmit STRING in Morse code - exec CMD [ARGS] - execute the shell command CMD with the arguments ARGS in the current working directory - cd PATH - change the current working directory to PATH - - pwd - transmit the current working directory in Morse code
\ No newline at end of file + - pwd - transmit the current working directory in Morse code +9. Upon receiving ANY signal, PiSH shall output two dashes and exit.
\ No newline at end of file |