Update shebangs

This commit is contained in:
Alexandre CATTEAU 2022-03-13 13:00:13 +01:00
parent 010b0902cd
commit 86ffa20ea9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# ~/.bashrc-mine # ~/.bashrc-mine
# byMasterKTO # byMasterKTO

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
run_directory=$(dirname "$0") run_directory=$(dirname "$0")
$user=$(whoami) $user=$(whoami)