Paste multiple commands in sudo?

What if you had:

$ cat sample
sudo cp test1 test
sudo cp test2 test
sudo cp test3 test
sudo cp test4 test

and you do:

$ source sample

(Or was that already unsuccessful?)