5 lines
30 B
Bash
5 lines
30 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
mkdir $out
|
||
|
|
||
|
exit 0
|