Skip to content

Commit daf4691

Browse files
committed
Add a comment on the top of scripts
1 parent d2d6006 commit daf4691

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

scripts/check-for-updates.main.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env kotlin
22

3+
// See https://github.com/Kotlin/kotlin-script-examples/blob/master/jvm/main-kts/scripts/kotlinx-html.main.kts
4+
35
@file:JvmName("ReleaseUpdateChecker")
46
@file:CompilerOptions("-jvm-target", "17")
57
@file:Repository("https://repo.maven.apache.org/maven2")

scripts/create-new-release-notes.main.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env kotlin
22

3+
// See https://github.com/Kotlin/kotlin-script-examples/blob/master/jvm/main-kts/scripts/kotlinx-html.main.kts
4+
35
@file:JvmName("ReleaseNotesGenerator")
46
@file:CompilerOptions("-jvm-target", "17")
57
@file:Repository("https://repo.maven.apache.org/maven2")

scripts/mouse.main.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env kotlin
22

3+
// See https://github.com/Kotlin/kotlin-script-examples/blob/master/jvm/main-kts/scripts/kotlinx-html.main.kts
4+
35
import kotlin.io.path.Path
46
import kotlin.io.path.writeText
57
import kotlin.math.roundToInt

scripts/set-rss-last-update.main.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env kotlin
22

3+
// See https://github.com/Kotlin/kotlin-script-examples/blob/master/jvm/main-kts/scripts/kotlinx-html.main.kts
4+
35
@file:JvmName("TimestampUpdater")
46
@file:CompilerOptions("-jvm-target", "17")
57
@file:Repository("https://repo.maven.apache.org/maven2")

0 commit comments

Comments
 (0)