mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-01 22:57:17 -04:00
Former-commit-id: f183e86fb5c748da366fc8821cfdd1f0c14c5f7e Former-commit-id: 98b66ba0c8807acd0a4c5fcce2ba9b0f8e6e4be8
6 lines
172 B
Bash
Executable File
6 lines
172 B
Bash
Executable File
#!/bin/sh
|
|
if [ "$1" = 'HAIKU' ]; then
|
|
sed -i '1 s/.*/#!\/bin\/env\ python3.10/' ./working/sshync.py
|
|
sed -i '1 s/.*/#!\/bin\/env\ python3.10/' ./working/sshyp.py
|
|
fi
|