File indexing completed on 2024-12-22 04:50:58

0001 #!/bin/bash
0002 if [[ $1 = "ls" ]]; then
0003   #Simulate: boobank ls -q -f csv -v -s id,balance
0004   echo "id;label;balance"
0005 fi