diff options
Diffstat (limited to 'autostart')
-rwxr-xr-x | autostart | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/autostart b/autostart new file mode 100755 index 0000000..82cc3f6 --- /dev/null +++ b/autostart @@ -0,0 +1,4 @@ +#!/bin/mksh + +echo -n "hola" | netcat -U ./dotwm.sock +echo -n "done" | netcat -U ./dotwm.sock |