mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 16:20:08 +02:00
7 lines
164 B
Bash
Executable File
7 lines
164 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#create directory debug_server if not present
|
|
if [ ! -d ~/config/settings/system/debug_server ]; then
|
|
mkdir -p ~/config/settings/system/debug_server
|
|
fi
|