Skip to content

Commit a87e398

Browse files
committed
run.remoting: cleanup the screen before running
1 parent 3ba78a5 commit a87e398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.remoting.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/bash
2-
2+
clear
33
if [[ ${1:-} == "gdb" ]]; then
44
prefix="gdb --args"
55
else

0 commit comments

Comments
 (0)