view bin/print_args_or_input @ 6389:652a3e56d2e2

<oerjan> learn Defenestration is the traditional Czech system for voting out government officials.
author HackBot
date Wed, 16 Dec 2015 23:05:25 +0000
parents 56dcce63901b
children
line wrap: on
line source

#!/bin/bash
if [ "$#" -gt 0 ]; then printf '%s\n' "$*"; else cat; fi