# Basic open test
require op_open

echo "hello, world!" >>/file
watch /   default open
cat /file

Output:
	open /file
