home/files/bash | fix #! path
This commit is contained in:
parent
fe192ebfb7
commit
bf01242f20
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -
|
||||
#!/usr/bin/env bash -
|
||||
#===============================================================================
|
||||
#
|
||||
# FILE: .bash_motd_ownscript.sh
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
ARGS="-q --eval --systemd --agents ssh --nocolor --ignore-missing --quick git id_dsa id_ed25519 id_rsa 56913AD86A18257132AA9F03928BC0B78C1BF5AA"
|
||||
#SSH_ASKPASS=/usr/bin/qt4-ssh-askpass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue