mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-16 20:20:57 +01:00
6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
|
|
while read LINE; do
|
|
eval "$LINE"; echo "$Customer ordered $Count ${Units}s"
|
|
done
|