mirror of
https://git.zx2c4.com/cgit
synced 2025-08-22 09:57:50 +00:00
This adds basic tests for all types of exec filters. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
4 lines
38 B
Bash
Executable File
4 lines
38 B
Bash
Executable File
#!/bin/sh
|
|
|
|
tr '[:lower:]' '[:upper:]'
|