mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-16 15:23:47 -05:00
8 lines
70 B
Bash
Executable File
8 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
|
|
DIR="x"
|
|
|
|
rm -rf ${DIR}
|
|
mkdir ${DIR}
|
|
TMPDIR=${DIR} vows $*
|