new-relic-setup/setup_scripts/script.sh

4 lines
63 B
Bash

#! /bin/bash
touch ~/hello.txt
echo "hello you" >> ~/hello.txt