4 lines
82 B
Bash
Executable file
4 lines
82 B
Bash
Executable file
#!/bin/sh
|
|
head -n16 snake.groovy | sed 's/javax/jakarta/'
|
|
tail -n+17 snake.groovy
|