Remove hardcoded instances of bash

This commit is contained in:
Andrea Cardaci
2018-05-28 17:47:54 +02:00
parent 8185fca039
commit 358628c2f2
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
functions:
execute-interactive:
- description: Reconnecting may help bypassing restricted shells.
code: ssh localhost /bin/bash --noprofile --norc
code: ssh localhost $SHELL --noprofile --norc
download:
- description: Fetch a remote file from a SSH server.
code: |