nixpkgs/pkgs/games/openra/mkdirp.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
41 B
Bash
Raw Normal View History

2019-01-02 03:05:51 +03:00
mkdirp() {
mkdir -p "$@"
echo "$@"
}