mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
mkdir -p /root/build
|
||
|
echo "directory /root/build" > ~/.gdbinit
|