mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-03-21 11:35:14 +00:00
9 lines
231 B
Bash
9 lines
231 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd "$1/tests/DMAPI/LongRunning"
|
|
|
|
tr -dc A-Za-z0-9 </dev/urandom | head -c 13 > resource.txt
|
|
echo -e '\naljsdhfjahsfkjnsalkjdfhskljdackmcnvxkljhvkjsdanv,jdshlkufhklasjeFDhfjkalhdkjlfhalksfdjh\n' >> resource.txt
|