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/towerofbssd_post | |
parent | 4d4a19b382b102d71c60c5d298057cf24dc083d2 (diff) |
add shebang to device/ files
Diffstat (limited to 'device/towerofbssd_post')
-rwxr-xr-x | device/towerofbssd_post | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/device/towerofbssd_post b/device/towerofbssd_post index 5ccaf2c..898c40f 100755 --- a/device/towerofbssd_post +++ b/device/towerofbssd_post @@ -1,2 +1,4 @@ +#!/bin/zsh + # Tower of BSSD (post) # See towerofbssd_pre for info. |