ce56d89a26
This adds basic tests for all types of exec filters. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
4 lines
50 B
Bash
Executable File
4 lines
50 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "$1" | tr '[:lower:]' '[:upper:]'
|