7 lines
108 B
Bash
7 lines
108 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
filename=$'\377'$'\017'$'\224'$'\353'\`$'\001'
|
||
|
touch $filename
|
||
|
|
||
|
$garbage put $filename
|