diff options
| author | noa | 2024-01-05 00:58:38 +0000 | 
|---|---|---|
| committer | noa | 2024-01-05 00:58:38 +0000 | 
| commit | 7a4024b39fe49ff6afb0f03c15b75004078e91b0 (patch) | |
| tree | 77c53c4f8986459f3a64413540d49274c0cf8c8d | |
| parent | eb3230b03d4746f25cb368cdb756a25f2de7ee3a (diff) | |
| -rwxr-xr-x | commands/potatoesandsalad | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/commands/potatoesandsalad b/commands/potatoesandsalad new file mode 100755 index 0000000..c6f13c0 --- /dev/null +++ b/commands/potatoesandsalad @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +echo "$1" goes well with potatoes and salad | 
