3 lines
37 B
Plaintext
3 lines
37 B
Plaintext
|
#!/bin/sh
|
||
|
echo "2.64" | tr -d '\012'
|