Search found 1 match

by evan_yeyeye
Thu Jun 23, 2016 6:42 pm
Forum: Challenges Solved
Topic: Russian Dolls
Replies: 40
Views: 3119

I wrote an extremely simple shell script.

Code: Select all

#!/bin/bash

while (true)
do	
	mv doll doll.gz
	gunzip doll.gz
done