4 lines
108 B
Bash
Executable file
4 lines
108 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mkdir -p /tmp/networkManager-netconfig-Test
|
|
echo $@ >> /tmp/networkManager-netconfig-Test/test
|