Use env
This commit is contained in:
parent
64f548dd3c
commit
1d477a8169
13 changed files with 13 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set -l container_name gitea
|
||||
set -l container_volumes_dir ~/volumes/$container_name
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set -l container_name hedgedoc
|
||||
set -l container_volumes_dir ~/volumes/$container_name
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set -l container_name internet-login
|
||||
set -l container_volumes_dir ~/volumes/$container_name
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set -l container_name limesurvey
|
||||
set -l container_volumes_dir ~/volumes/$container_name
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set -l container_name nextcloud
|
||||
set -l container_volumes_dir ~/volumes/$container_name
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set -l container_name nginx
|
||||
set -l container_volumes_dir ~/volumes/$container_name
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set -l image docker.io/rustdesk/rustdesk-server:latest
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set -l container_name traefik
|
||||
set -l container_volumes_dir ~/volumes/$container_name
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
if test -z $argv[1]
|
||||
echo "A container number as an argument is required!"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set -l container_name webhook
|
||||
set -l container_volumes_dir ~/volumes/$container_name
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
if podman image exists ttyd
|
||||
if not podman rmi ttyd
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set -l user mo
|
||||
set -l user_home /home/$user
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import subprocess
|
||||
from pathlib import Path
|
||||
|
|
Loading…
Reference in a new issue