mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-23 15:23:15 +00:00
6 lines
108 B
Bash
Executable file
6 lines
108 B
Bash
Executable file
#!/bin/sh
|
|
DIR=/tmp/.dwarf_$(basename $@ .dwarfs)$RANDOM
|
|
mkdir $DIR
|
|
echo $DIR
|
|
dwarfs -f $@ $DIR 2> /dev/null
|