{"name":"memos/650", "uid":"MoKJmyGTVShHjNGpDgNoPB", "rowStatus":"ACTIVE", "creator":"users/1", "createTime":"2025-03-20T15:02:51Z", "updateTime":"2025-04-02T12:14:42Z", "displayTime":"2025-03-20T15:02:51Z", "content":"EasyBadge mhanz:\n```sh\n#!/bin/sh\n\nMATRICOLA=\n[ -n \"$2\" ] && MATRICOLA=\"$2\"\n\nCODICE=\"$1\"\n[ \"${#CODICE}\" -gt 10 ] &&\n        CODICE=\"$(echo \"$CODICE\" | base64 -d | cut -d- -f1)\"\n\ncurl https://easycourse.unisa.it/EasyBadgeNew/api/TimbratureApi.php -H 'Content-Type: application/json' -X POST --data '{\"matricola_studente\":\"'$MATRICOLA'\",\"codice_lezione\":\"'$CODICE'\"}'\necho # newline\n```", "nodes":[{"type":"PARAGRAPH", "paragraphNode":{"children":[{"type":"TEXT", "textNode":{"content":"EasyBadge mhanz:"}}]}}, {"type":"LINE_BREAK", "lineBreakNode":{}}, {"type":"CODE_BLOCK", "codeBlockNode":{"language":"sh", "content":"#!/bin/sh\n\nMATRICOLA=\n[ -n \"$2\" ] && MATRICOLA=\"$2\"\n\nCODICE=\"$1\"\n[ \"${#CODICE}\" -gt 10 ] &&\n        CODICE=\"$(echo \"$CODICE\" | base64 -d | cut -d- -f1)\"\n\ncurl https://easycourse.unisa.it/EasyBadgeNew/api/TimbratureApi.php -H 'Content-Type: application/json' -X POST --data '{\"matricola_studente\":\"'$MATRICOLA'\",\"codice_lezione\":\"'$CODICE'\"}'\necho # newline"}}], "visibility":"PUBLIC", "tags":[], "pinned":false, "resources":[], "relations":[], "reactions":[], "property":{"tags":[], "hasLink":false, "hasTaskList":false, "hasCode":true, "hasIncompleteTasks":false}, "snippet":"EasyBadge mhanz:\n#!/bin/sh\n\nMATRICOLA=\n[ -n \"$2\" ] && MATRICOLA=\"$2\"\n\nCODICE=\"$1\"\n[ \"${#CODICE}\" -gt..."}