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 | |
parent | 4d4a19b382b102d71c60c5d298057cf24dc083d2 (diff) |
add shebang to device/ files
Diffstat (limited to 'device')
-rwxr-xr-x | device/cc101_post | 2 | ||||
-rwxr-xr-x | device/cc101_pre | 2 | ||||
-rwxr-xr-x | device/miniminimini_post | 2 | ||||
-rwxr-xr-x | device/miniminimini_pre | 2 | ||||
-rwxr-xr-x | device/panacea_portedly_post | 2 | ||||
-rwxr-xr-x | device/panacea_portedly_pre | 2 | ||||
-rw-r--r-- | device/panacea_post | 2 | ||||
-rw-r--r-- | device/panacea_pre | 2 | ||||
-rwxr-xr-x | device/towerofbssd_post | 2 | ||||
-rwxr-xr-x | device/towerofbssd_pre | 2 |
10 files changed, 20 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. diff --git a/device/cc101_pre b/device/cc101_pre index bbf4ecd..c2411be 100755 --- a/device/cc101_pre +++ b/device/cc101_pre @@ -1,3 +1,5 @@ +#!/bin/zsh + # Couch Computing 101 # cc101.local # diff --git a/device/miniminimini_post b/device/miniminimini_post index 52e7373..7df9fc1 100755 --- a/device/miniminimini_post +++ b/device/miniminimini_post @@ -1,2 +1,4 @@ +#!/bin/zsh + # Who buys a Refurbished Mac Mini (M1, 2020) in 2022? (post) # See miniminimini_pre for info. diff --git a/device/miniminimini_pre b/device/miniminimini_pre index 0985127..1bb50a7 100755 --- a/device/miniminimini_pre +++ b/device/miniminimini_pre @@ -1,3 +1,5 @@ +#!/bin/zsh + # Who buys a Refurbished Mac Mini (M1, 2020) in 2022? (pre) # miniminimini.local # diff --git a/device/panacea_portedly_post b/device/panacea_portedly_post index e2181cc..72883bd 100755 --- a/device/panacea_portedly_post +++ b/device/panacea_portedly_post @@ -1,2 +1,4 @@ +#!/bin/zsh + # Portable Panacea (~portedly) # See panacea_portedly_pre for info. diff --git a/device/panacea_portedly_pre b/device/panacea_portedly_pre index c8d22e1..25000fe 100755 --- a/device/panacea_portedly_pre +++ b/device/panacea_portedly_pre @@ -1,3 +1,5 @@ +#!/bin/zsh + # Portable Panacea (~portedly) # panacea.local # diff --git a/device/panacea_post b/device/panacea_post index 3187665..943e80e 100644 --- a/device/panacea_post +++ b/device/panacea_post @@ -1,2 +1,4 @@ +#!/bin/zsh + # Portable Panacea (~nebula) # See panacea_pre for info. diff --git a/device/panacea_pre b/device/panacea_pre index d3c8992..7f6959b 100644 --- a/device/panacea_pre +++ b/device/panacea_pre @@ -1,3 +1,5 @@ +#!/bin/zsh + # Portable Panacea (~nebula) # panacea.local # 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. diff --git a/device/towerofbssd_pre b/device/towerofbssd_pre index 4b114cf..da32887 100755 --- a/device/towerofbssd_pre +++ b/device/towerofbssd_pre @@ -1,3 +1,5 @@ +#!/bin/zsh + # Tower of BSSD (pre) # towerofbssd.local # |