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

View File

@@ -1,4 +1,4 @@
#! bash #!/bin/bash
echo "Creating development directories" echo "Creating development directories"

View File

@@ -1,4 +1,4 @@
#! zsh #! /bin/zsh
enpass-cli -vault="$HOME/.local/share/Enpass/Enpass/Vaults/primary" -sort copy "Firefox" enpass-cli -vault="$HOME/.local/share/Enpass/Enpass/Vaults/primary" -sort copy "Firefox"

View File

@@ -1,4 +1,4 @@
#! bash #! /bin/bash
"$HOME/.local/bin/install/password.sh" "$HOME/.local/bin/install/password.sh"
"$HOME/.local/bin/install/ssh.sh" "$HOME/.local/bin/install/ssh.sh"

View File

@@ -1,4 +1,4 @@
#! zsh #! /bin/zsh
mkdir -p "$HOME/Tower" mkdir -p "$HOME/Tower"

View File

@@ -1,4 +1,4 @@
#! bash #! /bin/bash
export MASTERPW=$(gum input --header="Master password" --password) export MASTERPW=$(gum input --header="Master password" --password)

View File

@@ -1,4 +1,4 @@
#! bash #! /bin/bash
echo "Setting up SSH" echo "Setting up SSH"

View File

@@ -1,4 +1,4 @@
#! bash #! /bin/bash
sudo systemctl enable --now expressvpn.service sudo systemctl enable --now expressvpn.service

View File

@@ -1,4 +1,4 @@
#! bash #!/bin/bash
# Launch the default browser as determined by xdg-settings. # Launch the default browser as determined by xdg-settings.
# Automatically converts --private into the correct flag for the given browser. # Automatically converts --private into the correct flag for the given browser.