summaryrefslogtreecommitdiff
path: root/tokenize
blob: 35576af7c691e92eac1623ba3d10c520dcf41bb3 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e

. "$(dirname -- "${BASH_SOURCE[0]}")/json.sh"

handle_token() {
	printf '%s\n' "${*@Q}"
}

json_tokenize handle_token