7 lines
125 B
Bash
Executable file
7 lines
125 B
Bash
Executable file
#!/usr/bin/env bash
|
|
source .common.sh
|
|
|
|
filename=$'\377'$'\017'$'\224'$'\353'\`$'\001'
|
|
touch $filename
|
|
|
|
garbage put $filename
|