Fix shebangs

This commit is contained in:
2026-03-01 23:15:53 +00:00
parent 3fed2b4468
commit 98ef2af9c6
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#! bash
#!/bin/bash
echo "Creating development directories"
+1 -1
View File
@@ -1,4 +1,4 @@
#! zsh
#! /bin/zsh
enpass-cli -vault="$HOME/.local/share/Enpass/Enpass/Vaults/primary" -sort copy "Firefox"
+1 -1
View File
@@ -1,4 +1,4 @@
#! bash
#! /bin/bash
"$HOME/.local/bin/install/password.sh"
"$HOME/.local/bin/install/ssh.sh"
+1 -1
View File
@@ -1,4 +1,4 @@
#! zsh
#! /bin/zsh
mkdir -p "$HOME/Tower"
+1 -1
View File
@@ -1,4 +1,4 @@
#! bash
#! /bin/bash
export MASTERPW=$(gum input --header="Master password" --password)
+1 -1
View File
@@ -1,4 +1,4 @@
#! bash
#! /bin/bash
echo "Setting up SSH"
+1 -1
View File
@@ -1,4 +1,4 @@
#! bash
#! /bin/bash
sudo systemctl enable --now expressvpn.service