mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-29 03:14:20 +01:00
5 lines
49 B
Bash
5 lines
49 B
Bash
|
#!/bin/sh
|
||
|
clear
|
||
|
printf "[local sudo] "
|
||
|
sudo true
|