mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-29 07:46:51 +00:00
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
DIR=/tmp/.dwarf_$(basename $@ .dwarfs)$RANDOM
|
||
|
|
mkdir $DIR
|
||
|
|
dwarfs -f $@ $DIR
|
||
|
|
echo $DIR
|