diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-12-22 10:50:27 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-12-22 10:50:27 -0400 |
commit | fa65676c3b11299d313a078d6f2fa740419e41d6 (patch) | |
tree | e4f2fb03a60062e5eb262f45fe7698260d901056 /device/cc101_post | |
parent | 4d4a19b382b102d71c60c5d298057cf24dc083d2 (diff) |
add shebang to device/ files
Diffstat (limited to 'device/cc101_post')
-rwxr-xr-x | device/cc101_post | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/device/cc101_post b/device/cc101_post index eb57974..359c7e2 100755 --- a/device/cc101_post +++ b/device/cc101_post @@ -1,2 +1,4 @@ +#!/bin/zsh + # Couch Computing 101 # See cc101_pre for info. |