mirror of
https://github.com/PDP-10/its.git
synced 2026-01-18 09:12:08 +00:00
9 lines
161 B
Bash
Executable File
9 lines
161 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Optional; needed for networking.
|
|
SUDO=sudo
|
|
#NET_DEFAULT_IF=eth1
|
|
|
|
cd build/klh10
|
|
$SUDO KLH10_NET_DEFAULT_IF=$NET_DEFAULT_IF ./kn10-ks-its dskdmp.ini
|