3 lines
67 B
Bash
Executable file
3 lines
67 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo $QUERY_STRING | sed 's/%20/ /g' | sed 's/&/\n/g'
|