summaryrefslogtreecommitdiff
path: root/SPEC
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2014-04-12 01:38:41 +0100
committerFranklin Wei <frankhwei536@gmail.com>2014-04-12 01:38:41 +0100
commiteac75c1807941382e424da830baba6dbbbca5c72 (patch)
treef66a62684797f3339a8940bad2e3c2645cc8c805 /SPEC
parent8200cce66420b646b690ba191e755c1ecf4414bd (diff)
downloadpish-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--SPEC3
1 files changed, 2 insertions, 1 deletions
diff --git a/SPEC b/SPEC
index 57b23c8..890c0c8 100644
--- a/SPEC
+++ b/SPEC
@@ -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