From aa371b9c3b5077a114698100388315ab21bf26d2 Mon Sep 17 00:00:00 2001 From: clemibunge Date: Sat, 2 Jan 2021 22:55:24 +0100 Subject: [PATCH] Forgot sudo --- testrtty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testrtty.sh b/testrtty.sh index cbf37d5..ed8dfd2 100755 --- a/testrtty.sh +++ b/testrtty.sh @@ -1,2 +1,2 @@ #!/bin/bash -./pirtty "$1" 1000 "the quick brown fox jumps over the lazy dog" +sudo ./pirtty "$1" 1000 "the quick brown fox jumps over the lazy dog"