diff options
| author | srdusr <trevorgray@srdusr.com> | 2025-09-24 05:25:39 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2025-09-24 05:25:39 +0200 |
| commit | a1627ac743289e768b138f1a60753a62e0869cc4 (patch) | |
| tree | 92ab373442943f621bb26b3b284bb1da90e2923a /unix/utils/waypipe_app | |
| parent | fdb0eb921205c34fb6ff5728727a097767ffae5a (diff) | |
| download | dotfiles-a1627ac743289e768b138f1a60753a62e0869cc4.tar.gz dotfiles-a1627ac743289e768b138f1a60753a62e0869cc4.zip | |
Update/Overhaul
Diffstat (limited to 'unix/utils/waypipe_app')
| -rwxr-xr-x | unix/utils/waypipe_app | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/unix/utils/waypipe_app b/unix/utils/waypipe_app deleted file mode 100755 index a8520bc..0000000 --- a/unix/utils/waypipe_app +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -# Usage: ./waypipe_app user@remote <app> -# Example: ./waypipe_app user@remote gedit - -if [ $# -lt 2 ]; then - echo "Usage: $0 user@remote <app> [args...]" - exit 1 -fi - -REMOTE=$1 -shift -APP="$@" - -# Run the app remotely, forward display over SSH with waypipe -waypipe ssh "$REMOTE" $APP |
