mirror of
https://github.com/fail0verflow/ps5-umtxdbg.git
synced 2025-05-04 01:05:23 -04:00
3 lines
167 B
Bash
3 lines
167 B
Bash
#!/bin/bash
|
|
sshpass -p user scp umtxdbg.cpp user@172.23.28.141:
|
|
sshpass -p user ssh user@172.23.28.141 "clang++ -O3 -static -std=c++11 -o umtxdbg umtxdbg.cpp && sync"
|