mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-03 15:47:18 -04:00
Former-commit-id: 2d6d4000b0358ba7974350e2f85ec93d1387096f Former-commit-id: c06d215f3d3dac7a8bf53ca5932b6da4752dc20c
5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
if [ "$1" = 'HAIKU' ]; then
|
|
sed -i '1 s/.*/#!\/bin\/env\ python3.10/' ./working/sshyp.py
|
|
fi
|