#!/bin/sh
# (C) Copyright 2020 YelloSoft

# custom tokenization
IFS="$(printf '%b_' ' ')"
IFS="${IFS%_}"

echo "Hello"
