mirror of
https://github.com/PDP-10/its.git
synced 2026-01-13 15:27:28 +00:00
8 lines
103 B
Bash
Executable File
8 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Optional; needed for networking.
|
|
SUDO=sudo
|
|
|
|
cd build/klh10
|
|
$SUDO ./kn10-ks-its dskdmp.ini
|