blob: c96b7d6cf3f41d4b22e2520b6cd6f77fc4586639 [file] [log] [blame]
Eric Andersen650fe632004-04-06 11:10:30 +00001echo file number one > file1
2echo file number two > link1
3busybox ln -f file1 link1
4test -f file1
5test -f link1